home *** CD-ROM | disk | FTP | other *** search
- object RlPassWin: TRlPassWin
- Left = 498
- Top = 330
- BorderStyle = bsDialog
- ClientHeight = 161
- ClientWidth = 279
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object MainPanel: TPanel
- Left = 0
- Top = 0
- Width = 279
- Height = 161
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 0
- object SubmitRequestUrl: TLabel
- Left = 7
- Top = 112
- Width = 265
- Height = 13
- Cursor = crHandPoint
- Alignment = taCenter
- AutoSize = False
- Caption = 'SubmitRequestUrl'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- Visible = False
- OnClick = SubmitRequestUrlClick
- end
- object OkBtn: TBitBtn
- Tag = 1
- Left = 76
- Top = 128
- Width = 90
- Height = 29
- Caption = 'OkBtn'
- TabOrder = 1
- OnClick = OkBtnClick
- end
- object CancelBtn: TBitBtn
- Tag = 1
- Left = 180
- Top = 128
- Width = 90
- Height = 29
- Caption = 'CancelBtn'
- TabOrder = 2
- OnClick = CancelBtnClick
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 265
- Height = 105
- Caption = 'GroupBox1'
- TabOrder = 0
- object WrongPasswordLbl: TLabel
- Left = 2
- Top = 90
- Width = 261
- Height = 13
- Align = alBottom
- Alignment = taCenter
- AutoSize = False
- Caption = 'WrongPasswordLbl'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- Visible = False
- end
- object TextMemo: TMemo
- Left = 8
- Top = 16
- Width = 249
- Height = 49
- BevelEdges = []
- BevelInner = bvNone
- BevelOuter = bvNone
- BorderStyle = bsNone
- ParentColor = True
- ReadOnly = True
- TabOrder = 0
- end
- object Password: TEdit
- Left = 52
- Top = 66
- Width = 161
- Height = 21
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- PasswordChar = '*'
- TabOrder = 1
- OnKeyPress = PasswordKeyPress
- end
- end
- end
- end
-